.footer_top{
    width:100%;
    height:auto;
    padding:40px 0 50px 0;
    background:#f3f3f3;
    margin-top:40px;
}
.footer_bottom{
    width:100%;
    height:auto;
    padding:20px 0;
    background:#232323;
}
.footer_ul ul li a{
    color:#555;
    font-size:14px;
}
.footer_ul ul li:first-child{
    margin-bottom:10px;
}
.footer_ul ul li:first-child a{
    font-weight: bold;
    color:#5a5957;
    font-size:16px;
    text-decoration: none;

}
.footer_bottom{
    color:#dedede;
    font-size:14px;
}
.footer_bottom a{
    color:#dedede;
}
